home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
julialambda1.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
315 b
|
29 lines
JuliaLambda1
{
{
pickendi=1
x1=-2.0
x2= 2.0
y1=-2.0
y2= 2.0
par1.r=-0.74543 ; Realpart of c => Var. p1.r
par1.i=0.11301 ; Imagpart of c => Var. p1.i
bailout=2.0 ; Bailoutvalue
}
{
z=pixel
}
{
d=[1.0,0.0]-z
d=d*par1
z=z*d
w=abs(z)
}
{
w>bailout
}
{
par1 : Constante C
}
}